From 281510195d99c7ed5a9faf60f650fa0c538c09b6 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sun, 27 May 2012 21:40:19 +0200 Subject: [PATCH] remove windows lines ending Introduced by commit 6c2cf98 https://gerrit.wikimedia.org/r/8919 Change-Id: Idfe6dd1f6d2b7fabfdbccd9acf6f0dcbbb5833be --- includes/Block.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/includes/Block.php b/includes/Block.php index 51d22ee11f..301a45acd1 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -137,13 +137,13 @@ class Block { } } - /** - * Return the list of ipblocks fields that should be selected to create - * a new block. - * @return array - */ - public static function selectFields() { - return array( + /** + * Return the list of ipblocks fields that should be selected to create + * a new block. + * @return array + */ + public static function selectFields() { + return array( 'ipb_id', 'ipb_address', 'ipb_by', @@ -158,8 +158,8 @@ class Block { 'ipb_deleted', 'ipb_block_email', 'ipb_allow_usertalk', - 'ipb_parent_block_id', - ); + 'ipb_parent_block_id', + ); } /** -- 2.20.1